<head>
	<style type="text/css">
		span {font-size:25;font-weight:bold;}
		.sub {font-size: 17;font-weight:bold;}
		ul {margin-left:20px;margin-top:0px;}
		body {font-family:sans-serif;}
	</style>
</head>
<body>
	<span>VoxelWorld</span>
	<div>by xTiming</div>
	<ul>
		<li>Allows the player to control of the world renderer</li>
		<li>Take control of light rendering using FullBright</li>
		<li>Override the current weather</li>
		<li>Adjust the color and thickness of fog</li>
		<li>Toggle the visibility of first person flames</li>
		<li>Bonus: Removes underwater fog and void fog</li>
		<li>Press <b>F6</b> to open the VoxelWorld menu</li>
	</ul>
</body>